home *** CD-ROM | disk | FTP | other *** search
/ MacWorld: Complete Mac Interactive / Macworld Complete Mac Interactive CD)(1994).iso / The Best of BMUG / Utilities / Text and Speech / Speak-to-Me / Speak-to-Me Doc < prev   
Text File  |  1994-04-04  |  3KB  |  47 lines

  1.  
  2.  
  3.  
  4.                                    © 1994 Pat Copeland. All rights reserved.
  5. A simple program to remember important dates using the speech manager.
  6.  
  7. • Simple Instructions:
  8. 1. Install Speech Manager & Voices into System Folder & restart.
  9. 2. Run "Speak-to-me" (with the "Reminder.info" file in the same directory)
  10. 3. Listen
  11.  
  12. After forgetting my entire family's important dates for years, I wrote this little program to help me remember things. I run it each time I  boot up by putting both files in the Startup Items folder. Another way would be to have an alias in a convenient location. You may do what you wish.
  13.  
  14. • The Data File
  15.  The data file must be named "Reminder.info" and reside in the same directory as the application "Speak-to-me". 
  16.  
  17. The file "Reminder.info" is formatted and must be in this format:
  18.         Pat                                                                 ---> a word or sentence
  19.         5                                                                      ---> voice #NUMBER (usually between 0-15)
  20.         0 7                                                                 ---> range is days to be covered 0-365
  21.         1 23 Moms birthday is     ---> #MONTH #DAY  a word or sentence
  22.  
  23. Put a '-' in from of any line that you do not want reapeated:
  24.         -Pat                                                                 ---> a word or sentence [will not be said]
  25.         -1 23 Moms birthday is     ---> #MONTH #DAY  a word or sentence [will not be said]
  26.  
  27. The sentences should not contain single ['] or double ["] quotes. They should also be contained on a single line.
  28.  
  29. • Special for "Speak-to-me" placed in the Startup Items Folder
  30. Edit the "Reminder.info" file using any editor that doesn't impose a format on the file being edited (BBEDIT, TeachText, etc...). If you accidently change the file type, use a program like ResEdit and make sure Type = "TEXT" and Creator = "JPC.". Otherwise, if you are using "Speak-to-me" at startup the OS will try to open the program used to edit the data file.
  31.  
  32. • Known Bugs
  33. - does little error-checking.  This includes failure to check for the existence of the Speech Manager.  It may crash Macs without the software installed.
  34.  
  35. • Warranty and Distribution
  36. THIS SOFTWARE IS PROVIDED WITHOUT WARRANTY OF ANY KIND.  BY USING THE SOFTWARE THE USER ASSUMES ALL RISK.  This software has not been extensively tested and may include “bugs.”  This software is not supported and probably will not be upgraded.
  37.  
  38. Released into the Public Domain.  I ask that the package (these docs, the program) please be kept together for everyone’s sake.  If any updates are released I will try to keep the latest versions available for anonymous ftp from sumex-aim.stanford.edu.
  39.  
  40. • Author
  41.             Pat Copeland
  42.             415 Herondo Dr #134, Hermosa Beach, CA 90254, USA
  43.             jcopelan@usc.edu
  44.  
  45. • Credits
  46. I used freeware code "Speech Demo" provided by Alan Coopersmith.
  47.